home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Resource Library: Multimedia
/
Resource Library: Multimedia.iso
/
hypertxt
/
msdos
/
hydos10
/
rem
< prev
next >
Wrap
Text File
|
1991-04-23
|
647b
|
19 lines
REM
Displays a remark during the execution of a batch file.
COMMAND TYPE: Internal (batch) VERSION: 2.0 and up
USE: REM [comment]
If ECHO is on, the entire line is echoed to the screen during
execution of the batch file. A comment is generally used to display
messages during execution or to remind the programmer what the parts
of the batch files are for. Blank REM lines can also be used in a
batch file to improve readability.
EXAMPLE: REM This is a test!
will display the message:
REM This is a test!
(DOS 4.x and later) REM may also be used in <CONFIG.SYS>